|
Menu location |
---|
TechDraw → Page → Export Page as DXF |
Workbenches |
TechDraw |
Default shortcut |
None |
Introduced in version |
0.18 |
See also |
TechDraw Export Page as SVG, Draft DXF |
The TechDraw ExportPageDXF tool saves a drawing page as a DXF file.
Import::ImpExpDxfWrite
class of the Import Module.
true
, splines and ellipses are converted to polylines; if false
, splines and ellipses are written as splines and ellipses objects. The default is false
. If the DxfVersionOut parameter is 12, splines and ellipses are always converted to polylines.
Ver también: DibujoTécnico API, y Fundamentos de scripting de FreeCAD.
The SaveDXF tool can be used in macros and from the Python console by using the following functions:
TechDraw.writeDXFPage(page,filename)